13. Build a Checkout

Build a Checkout

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

See the Downloadables section for a copy of the site. You can use it as a starting point, or you can start from scratch. It's up to you!

Follow us online!

@cwpittman

@greenido

+greenido

Here are live versions of the Polymer checkout and the native checkout.

Check the Downloadables section for copies of the Polymer checkout and native checkout source code.
To install and run the Polymer checkout form:

  1. Unzip lesson3-quizBigForm1-polymer.zip and cd into it
  2. Install npm, bower and gulp if you haven't already
  3. Run npm install
  4. Run bower install
  5. Host over localhost and open dest/index.html in your browser
  6. As you make your edits to the files in src/, use gulp watch to watch for changes and rebuild to dest/.